Welcome![Sign In][Sign Up]
Location:
Search - flex print

Search list

[ActiveX/DCOM/ATLFlex控件打印

Description: 一个老外写的支持flex表格控件打印和预览的程序,包含源码,采用cls方式,调用很简单。-a foreigner to write support flex forms and print preview control procedures, including source code, adopted cls, called very simple.
Platform: | Size: 62477 | Author: 李义明 | Hits:

[Printing programFlexPrints

Description: flex 表格打印预览于一身的控件,支持datagrid等多种表格打印-flex form to a print preview controls, support a variety of forms such as datagrid Print
Platform: | Size: 15959 | Author: lj | Hits:

[GUI DevelopMSFlexGridSrc

Description: MSFlexGrid控件的使用例子-Example for the usage of MSFlexGrid control
Platform: | Size: 92160 | Author: 王笑语 | Hits:

[ActiveX/DCOM/ATLFlex控件打印

Description: 一个老外写的支持flex表格控件打印和预览的程序,包含源码,采用cls方式,调用很简单。-a foreigner to write support flex forms and print preview control procedures, including source code, adopted cls, called very simple.
Platform: | Size: 62464 | Author: 李义明 | Hits:

[Printing programFlexPrints

Description: flex 表格打印预览于一身的控件,支持datagrid等多种表格打印-flex form to a print preview controls, support a variety of forms such as datagrid Print
Platform: | Size: 15360 | Author: lj | Hits:

[ADO-ODBCMSFlexGridprint

Description: 使用MSFlexGrid控件并进行打印和打印预览的源代码。-MSFlexGrid control and the use of print and print preview of the source code.
Platform: | Size: 11264 | Author: 许洋 | Hits:

[JSP/JavaHIM_v0.2.3

Description: flex实现的前台,java实现的服务器端。可以实现单个页面进行聊天-flex to achieve the prospects, java achieve server-side. Can achieve a single page chat
Platform: | Size: 112640 | Author: 王国金 | Hits:

[Printing programgrid_print

Description: a small app developed in vb to print the flex grid contents in WYSIWYG.
Platform: | Size: 3072 | Author: gsk | Hits:

[FlashMXFlexPrintPreview

Description: Flex打印预览源码,对企业开发需要打印功能有帮助-Flex Print Preview source of enterprise development needs printing help
Platform: | Size: 1743872 | Author: 12 | Hits:

[Printing programprint

Description: flex 打印功能,flex datagril的打印实现,同时支持到报表的拖拽功能-flex printing, flex datagril print to achieve, while the drag and drop support to the report
Platform: | Size: 2392064 | Author: wangqing | Hits:

[FlashMXPrint_MS_Flex_grid

Description: Print Micro Soft Flex grid
Platform: | Size: 1015808 | Author: tataoop | Hits:

[FlashMXFlexPrint

Description: print data in flex using vb6
Platform: | Size: 36864 | Author: nazar | Hits:

[JSP/JavaFlex-print

Description: 快递单模板与打印:AScript与JScript通信的一个应用实例。-Express a single template and print: AScript JScript communication with an application example.
Platform: | Size: 225280 | Author: 魏楠青 | Hits:

[ELanguagelex_simple

Description: 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compile the C file and link with Lex library) a.out (Run the executable, and type the input, followed by ) or, if the input is in a file, say, hw1.in, then do the following: a.out < hw1.in-Write the LEX program as per the specifications below. -------------------------------------------------------------------------------- Recognize Action Arithmetic (+,-,*, /) Print the operator along with the line number Relational (<, <=, >, >=, !=, ==) Print the operator along with the line number Assignment (=) Print the operator along with the line number Parenthesis (left and right ones) No action for now Some set of Reserved Words (for, if, while, int, ...) Print the Reserved word along with the line number Identifiers Insert into a table and keep track of the line number Numbers Print the number (should handle integer and floating point) along with the line number Keep explicit track of the current line number by recognizing "\n" as a separate token. Do not use the LEX line number variable. At the end, print the number of distinct identifiers and the line numbers on which they occur. Sample Input: int i, n, sum i =
Platform: | Size: 23552 | Author: yifuren | Hits:

[FlashMXprintDemo

Description: flex的printjob组件,实现打印功能,flex基础,仅供参考-flex the printjob components, and print functions, flex foundation for reference only
Platform: | Size: 1024 | Author: hechunming | Hits:

[Internet-NetworkFlexPreview

Description: 打印预览flex版本 打印预览flex版本-Flex version Print Preview Print Preview Print Preview flex version flex version
Platform: | Size: 2236416 | Author: luhifeng | Hits:

[JSP/Javabarcodetest

Description: flex和java,打印一维码和二维码,功能简单,使用起来非常方便- Flex and Java, print the one-dimensional code and two-dimensional code, a simple function, it is very convenient to use
Platform: | Size: 3639296 | Author: jack | Hits:

[ELanguagest_1

Description: 本章实验为实验一,任务是编写一个程序对使用C  语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。-This chapter first experiment experiments, the task is to write a program to use C  source code written in a language lexical analysis and parsing (see C  language grammar Appendix A), and print the results. Experiments require the use of tools GNU Flex lexical analysis and parsing tools GNU Bison, and use the C language to complete.
Platform: | Size: 866304 | Author: 沈通 | Hits:

[ELanguagelab1

Description: 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The task is to write a program using C language source code written in lexical analysis and syntax analysis (see C  language grammar Appendix A), and print the results. Experiments require the use of tools GNU Flex lexical analysis and parsing tools GNU Bison, and use the C language to complete. With the help of two powerful tools, the preparation of a capable lexical analysis and parsing program is a very pleasant thing. It should be noted that, due later in the experiment will be used in this experiment has been written code, so keeping the interface between a good coding style, system design and code structure for each module in terms of the whole experiment quite important.
Platform: | Size: 18432 | Author: 沈大川 | Hits:

CodeBus www.codebus.net